Skip to content

boot-qemu.py: Handle dtb location shuffle in linux-next#107

Merged
nathanchance merged 1 commit into
ClangBuiltLinux:mainfrom
nathanchance:update-dtbs-locations
Jun 22, 2023
Merged

boot-qemu.py: Handle dtb location shuffle in linux-next#107
nathanchance merged 1 commit into
ClangBuiltLinux:mainfrom
nathanchance:update-dtbs-locations

Conversation

@nathanchance

Copy link
Copy Markdown
Member

A refactoring commit adjusted the structure of the dts folder in
arch/arm to match arch/arm64 (vendor sub-directories).

Adjust the _dtb member of QEMURunner to be a list of potential locations
for the dtbs, so that they can be found before and after this move,
which works for all kernel versions that this script supports.

Link: https://git.kernel.org/next/linux-next/c/724ba6751532055db75992fc6ae21c3e322e94a7

@msfjarvis msfjarvis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good to go once the dtb name is fixed

Comment thread boot-qemu.py
Comment thread boot-qemu.py
A refactoring commit adjusted the structure of the dts folder in
arch/arm to match arch/arm64 (vendor sub-directories).

Adjust the _dtb member of QEMURunner to be a list of potential locations
for the dtbs, so that they can be found before and after this move,
which works for all kernel versions that this script supports.

Link: https://git.kernel.org/next/linux-next/c/724ba6751532055db75992fc6ae21c3e322e94a7
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
@nathanchance nathanchance force-pushed the update-dtbs-locations branch from 39ee9fe to 2940648 Compare June 22, 2023 20:36
@nathanchance nathanchance merged commit 8ffe148 into ClangBuiltLinux:main Jun 22, 2023
@nathanchance nathanchance deleted the update-dtbs-locations branch June 22, 2023 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants